home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / DF_DEBUG.ZIP / PASTYPES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-09-14  |  527 b   |  15 lines

  1. #define SINT      char              /* required */
  2. #define BOOL      unsigned char     /* required */
  3. #define BYTE      unsigned char     /* required */
  4. #define CHAR      unsigned char     /* required */
  5. #define WORD      unsigned int
  6. #define INTEGER4  long
  7. #define INTEGER   int
  8. #define REAL8     double
  9. #define REAL      float
  10. #define ZSTRING   unsigned char     /* required */
  11. #define STRING    unsigned char     /* required */
  12. #define RECORD    struct
  13. #define CASE      union
  14. #define UNSLONG   unsigned long
  15.